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