is not current version
Last Version 0.4.1-uccc-sdk

net.smallyu.maven:test 0.1


Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.smallyu.maven
ArtifactId

ArtifactId

test
Version

Version

0.1
Type

Type

jar

Download test 0.1


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