GroupId | GroupIdse.oyabun.criters.test |
---|---|
ArtifactId | ArtifactIdcriters-test-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
criters-test-core-1.0.0.pom | |
criters-test-core-1.0.0.jar | 5 KB |
criters-test-core-1.0.0-sources.jar | 3 KB |
criters-test-core-1.0.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.oyabun.criters.test/criters-test-core/ -->
<dependency>
<groupId>se.oyabun.criters.test</groupId>
<artifactId>criters-test-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.oyabun.criters.test/criters-test-core/
implementation 'se.oyabun.criters.test:criters-test-core:1.0.0'
// https://jarcasting.com/artifacts/se.oyabun.criters.test/criters-test-core/
implementation ("se.oyabun.criters.test:criters-test-core:1.0.0")
'se.oyabun.criters.test:criters-test-core:jar:1.0.0'
<dependency org="se.oyabun.criters.test" name="criters-test-core" rev="1.0.0">
<artifact name="criters-test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.oyabun.criters.test', module='criters-test-core', version='1.0.0')
)
libraryDependencies += "se.oyabun.criters.test" % "criters-test-core" % "1.0.0"
[se.oyabun.criters.test/criters-test-core "1.0.0"]