GroupId | GroupIdcom.github.anicolaspp |
---|---|
ArtifactId | ArtifactIdnSource |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
nSource-1.0.0.pom | |
nSource-1.0.0.jar | 15 KB |
nSource-1.0.0-sources.jar | 9 KB |
nSource-1.0.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anicolaspp/nSource/ -->
<dependency>
<groupId>com.github.anicolaspp</groupId>
<artifactId>nSource</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anicolaspp/nSource/
implementation 'com.github.anicolaspp:nSource:1.0.0'
// https://jarcasting.com/artifacts/com.github.anicolaspp/nSource/
implementation ("com.github.anicolaspp:nSource:1.0.0")
'com.github.anicolaspp:nSource:jar:1.0.0'
<dependency org="com.github.anicolaspp" name="nSource" rev="1.0.0">
<artifact name="nSource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anicolaspp', module='nSource', version='1.0.0')
)
libraryDependencies += "com.github.anicolaspp" % "nSource" % "1.0.0"
[com.github.anicolaspp/nSource "1.0.0"]