GroupId | GroupIdhu.vissy.plain-text-table |
---|---|
ArtifactId | ArtifactIdptt-core |
Version | Version1.0.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
ptt-core-1.0.0-RC2.pom | |
ptt-core-1.0.0-RC2.jar | 48 KB |
ptt-core-1.0.0-RC2-sources.jar | 28 KB |
ptt-core-1.0.0-RC2-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.vissy.plain-text-table/ptt-core/ -->
<dependency>
<groupId>hu.vissy.plain-text-table</groupId>
<artifactId>ptt-core</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/hu.vissy.plain-text-table/ptt-core/
implementation 'hu.vissy.plain-text-table:ptt-core:1.0.0-RC2'
// https://jarcasting.com/artifacts/hu.vissy.plain-text-table/ptt-core/
implementation ("hu.vissy.plain-text-table:ptt-core:1.0.0-RC2")
'hu.vissy.plain-text-table:ptt-core:jar:1.0.0-RC2'
<dependency org="hu.vissy.plain-text-table" name="ptt-core" rev="1.0.0-RC2">
<artifact name="ptt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.vissy.plain-text-table', module='ptt-core', version='1.0.0-RC2')
)
libraryDependencies += "hu.vissy.plain-text-table" % "ptt-core" % "1.0.0-RC2"
[hu.vissy.plain-text-table/ptt-core "1.0.0-RC2"]