Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnet.smallyu.maven |
ArtifactId | ArtifactIdtest |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
test-0.2.pom | |
test-0.2.jar | 2 KB |
test-0.2-sources.jar | 1023 bytes |
test-0.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.smallyu.maven/test/ -->
<dependency>
<groupId>net.smallyu.maven</groupId>
<artifactId>test</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.smallyu.maven/test/
implementation 'net.smallyu.maven:test:0.2'
// https://jarcasting.com/artifacts/net.smallyu.maven/test/
implementation ("net.smallyu.maven:test:0.2")
'net.smallyu.maven:test:jar:0.2'
<dependency org="net.smallyu.maven" name="test" rev="0.2">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smallyu.maven', module='test', version='0.2')
)
libraryDependencies += "net.smallyu.maven" % "test" % "0.2"
[net.smallyu.maven/test "0.2"]