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