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