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