| GroupId | GroupIdtech.bam.kstate |
|---|---|
| ArtifactId | ArtifactIdkstate |
| Version | Version0.2.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| kstate-0.2.1.pom | |
| kstate-0.2.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.bam.kstate/kstate/ -->
<dependency>
<groupId>tech.bam.kstate</groupId>
<artifactId>kstate</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.bam.kstate/kstate/
implementation 'tech.bam.kstate:kstate:0.2.1'
// https://jarcasting.com/artifacts/tech.bam.kstate/kstate/
implementation ("tech.bam.kstate:kstate:0.2.1")
'tech.bam.kstate:kstate:pom:0.2.1'
<dependency org="tech.bam.kstate" name="kstate" rev="0.2.1">
<artifact name="kstate" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.bam.kstate', module='kstate', version='0.2.1')
)
libraryDependencies += "tech.bam.kstate" % "kstate" % "0.2.1"
[tech.bam.kstate/kstate "0.2.1"]