| License |
License |
|---|---|
| GroupId | GroupIdcom.github.anicolaspp |
| ArtifactId | ArtifactIdnSource |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA organization pom for Maven projects using the latest versions of available plugins and progressively updating to the latest whenever possible.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| nSource-1.0.1.pom | |
| nSource-1.0.1.jar | 15 KB |
| nSource-1.0.1-sources.jar | 9 KB |
| nSource-1.0.1-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.anicolaspp/nSource/ -->
<dependency>
<groupId>com.github.anicolaspp</groupId>
<artifactId>nSource</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anicolaspp/nSource/
implementation 'com.github.anicolaspp:nSource:1.0.1'
// https://jarcasting.com/artifacts/com.github.anicolaspp/nSource/
implementation ("com.github.anicolaspp:nSource:1.0.1")
'com.github.anicolaspp:nSource:jar:1.0.1'
<dependency org="com.github.anicolaspp" name="nSource" rev="1.0.1">
<artifact name="nSource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anicolaspp', module='nSource', version='1.0.1')
)
libraryDependencies += "com.github.anicolaspp" % "nSource" % "1.0.1"
[com.github.anicolaspp/nSource "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |