GroupId | GroupIdio.github.olib963 |
---|---|
ArtifactId | ArtifactIdjavatest |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
javatest-0.1.0.pom | 878 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.olib963/javatest/ -->
<dependency>
<groupId>io.github.olib963</groupId>
<artifactId>javatest</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.olib963/javatest/
implementation 'io.github.olib963:javatest:0.1.0'
// https://jarcasting.com/artifacts/io.github.olib963/javatest/
implementation ("io.github.olib963:javatest:0.1.0")
'io.github.olib963:javatest:pom:0.1.0'
<dependency org="io.github.olib963" name="javatest" rev="0.1.0">
<artifact name="javatest" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.olib963', module='javatest', version='0.1.0')
)
libraryDependencies += "io.github.olib963" % "javatest" % "0.1.0"
[io.github.olib963/javatest "0.1.0"]