| GroupId | GroupIdorg.nasdanika.core |
|---|---|
| ArtifactId | ArtifactIdncore |
| Version | Version2021.12.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ncore-2021.12.0.pom | |
| ncore-2021.12.0.jar | 71 KB |
| ncore-2021.12.0-test-sources.jar | 1 KB |
| ncore-2021.12.0-sources.jar | 58 KB |
| ncore-2021.12.0-model.jar | 5 KB |
| ncore-2021.12.0-javadoc.jar | 337 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nasdanika.core/ncore/ -->
<dependency>
<groupId>org.nasdanika.core</groupId>
<artifactId>ncore</artifactId>
<version>2021.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nasdanika.core/ncore/
implementation 'org.nasdanika.core:ncore:2021.12.0'
// https://jarcasting.com/artifacts/org.nasdanika.core/ncore/
implementation ("org.nasdanika.core:ncore:2021.12.0")
'org.nasdanika.core:ncore:jar:2021.12.0'
<dependency org="org.nasdanika.core" name="ncore" rev="2021.12.0">
<artifact name="ncore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nasdanika.core', module='ncore', version='2021.12.0')
)
libraryDependencies += "org.nasdanika.core" % "ncore" % "2021.12.0"
[org.nasdanika.core/ncore "2021.12.0"]