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