Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.wustring |
ArtifactId | ArtifactIdmaven-demo |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
maven-demo-1.0.pom | |
maven-demo-1.0.jar | 7 KB |
maven-demo-1.0-sources.jar | 3 KB |
maven-demo-1.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wustring/maven-demo/ -->
<dependency>
<groupId>com.github.wustring</groupId>
<artifactId>maven-demo</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wustring/maven-demo/
implementation 'com.github.wustring:maven-demo:1.0'
// https://jarcasting.com/artifacts/com.github.wustring/maven-demo/
implementation ("com.github.wustring:maven-demo:1.0")
'com.github.wustring:maven-demo:jar:1.0'
<dependency org="com.github.wustring" name="maven-demo" rev="1.0">
<artifact name="maven-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wustring', module='maven-demo', version='1.0')
)
libraryDependencies += "com.github.wustring" % "maven-demo" % "1.0"
[com.github.wustring/maven-demo "1.0"]