| Categories |
CategoriesKotlin Languages |
|---|---|
| GroupId | GroupIddk.nodes.nstack |
| ArtifactId | ArtifactIdnstack-kotlin |
| Version | Version3.2.1-beta4 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| nstack-kotlin-3.2.1-beta4.pom | |
| nstack-kotlin-3.2.1-beta4.aar | 312 KB |
| nstack-kotlin-3.2.1-beta4-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dk.nodes.nstack/nstack-kotlin/ -->
<dependency>
<groupId>dk.nodes.nstack</groupId>
<artifactId>nstack-kotlin</artifactId>
<version>3.2.1-beta4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dk.nodes.nstack/nstack-kotlin/
implementation 'dk.nodes.nstack:nstack-kotlin:3.2.1-beta4'
// https://jarcasting.com/artifacts/dk.nodes.nstack/nstack-kotlin/
implementation ("dk.nodes.nstack:nstack-kotlin:3.2.1-beta4")
'dk.nodes.nstack:nstack-kotlin:aar:3.2.1-beta4'
<dependency org="dk.nodes.nstack" name="nstack-kotlin" rev="3.2.1-beta4">
<artifact name="nstack-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='dk.nodes.nstack', module='nstack-kotlin', version='3.2.1-beta4')
)
libraryDependencies += "dk.nodes.nstack" % "nstack-kotlin" % "3.2.1-beta4"
[dk.nodes.nstack/nstack-kotlin "3.2.1-beta4"]