is not current version
Last Version 0.4.1-uccc-sdk

net.smallyu.maven:test 0.2


Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.smallyu.maven
ArtifactId

ArtifactId

test
Version

Version

0.2
Type

Type

jar

Download test 0.2


<!-- 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"]