GroupId | GroupIdorg.realityforge.braincheck |
---|---|
ArtifactId | ArtifactIdbraincheck-core |
Version | Version1.30.0 |
Type | Typejar |
Filename | Size |
---|---|
braincheck-core-1.30.0.pom | |
braincheck-core-1.30.0.jar | 27 KB |
braincheck-core-1.30.0-sources.jar | 8 KB |
braincheck-core-1.30.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.braincheck/braincheck-core/ -->
<dependency>
<groupId>org.realityforge.braincheck</groupId>
<artifactId>braincheck-core</artifactId>
<version>1.30.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.braincheck/braincheck-core/
implementation 'org.realityforge.braincheck:braincheck-core:1.30.0'
// https://jarcasting.com/artifacts/org.realityforge.braincheck/braincheck-core/
implementation ("org.realityforge.braincheck:braincheck-core:1.30.0")
'org.realityforge.braincheck:braincheck-core:jar:1.30.0'
<dependency org="org.realityforge.braincheck" name="braincheck-core" rev="1.30.0">
<artifact name="braincheck-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.braincheck', module='braincheck-core', version='1.30.0')
)
libraryDependencies += "org.realityforge.braincheck" % "braincheck-core" % "1.30.0"
[org.realityforge.braincheck/braincheck-core "1.30.0"]