Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.crownwangguan |
ArtifactId | ArtifactIdmaven_test |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
maven_test-1.0.0.pom | |
maven_test-1.0.0.jar | 3 KB |
maven_test-1.0.0-sources.jar | 1 KB |
maven_test-1.0.0-javadoc.jar | 109 KB |
Browse |
<!-- 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"]