License |
License |
---|---|
GroupId | GroupIdcom.github.nkb03 |
ArtifactId | ArtifactIdexample |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionexample
Example
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
example-1.0.pom | |
example-1.0.jar | 684 bytes |
example-1.0-tests.jar | 261 bytes |
example-1.0-sources.jar | 454 bytes |
example-1.0-javadoc.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nkb03/example/ -->
<dependency>
<groupId>com.github.nkb03</groupId>
<artifactId>example</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nkb03/example/
implementation 'com.github.nkb03:example:1.0'
// https://jarcasting.com/artifacts/com.github.nkb03/example/
implementation ("com.github.nkb03:example:1.0")
'com.github.nkb03:example:jar:1.0'
<dependency org="com.github.nkb03" name="example" rev="1.0">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nkb03', module='example', version='1.0')
)
libraryDependencies += "com.github.nkb03" % "example" % "1.0"
[com.github.nkb03/example "1.0"]