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