is not current version
Last Version 1.1.0

com.github.crownwangguan:maven_test 1.0.0

This is a sample library for a tutorial about publishing to Maven Central

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.crownwangguan
ArtifactId

ArtifactId

maven_test
Version

Version

1.0.0
Type

Type

jar

Download maven_test 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.crownwangguan/maven_test/ -->
<dependency>
    <groupId>com.github.crownwangguan</groupId>
    <artifactId>maven_test</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crownwangguan/maven_test/
implementation 'com.github.crownwangguan:maven_test:1.0.0'
// https://jarcasting.com/artifacts/com.github.crownwangguan/maven_test/
implementation ("com.github.crownwangguan:maven_test:1.0.0")
'com.github.crownwangguan:maven_test:jar:1.0.0'
<dependency org="com.github.crownwangguan" name="maven_test" rev="1.0.0">
  <artifact name="maven_test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crownwangguan', module='maven_test', version='1.0.0')
)
libraryDependencies += "com.github.crownwangguan" % "maven_test" % "1.0.0"
[com.github.crownwangguan/maven_test "1.0.0"]