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