GroupId | GroupIdhu.vissy.plain-text-table |
---|---|
ArtifactId | ArtifactIdptt-core |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ptt-core-2.0.1.pom | |
ptt-core-2.0.1.jar | 55 KB |
ptt-core-2.0.1-sources.jar | 31 KB |
ptt-core-2.0.1-javadoc.jar | 174 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>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.vissy.plain-text-table/ptt-core/
implementation 'hu.vissy.plain-text-table:ptt-core:2.0.1'
// https://jarcasting.com/artifacts/hu.vissy.plain-text-table/ptt-core/
implementation ("hu.vissy.plain-text-table:ptt-core:2.0.1")
'hu.vissy.plain-text-table:ptt-core:jar:2.0.1'
<dependency org="hu.vissy.plain-text-table" name="ptt-core" rev="2.0.1">
<artifact name="ptt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.vissy.plain-text-table', module='ptt-core', version='2.0.1')
)
libraryDependencies += "hu.vissy.plain-text-table" % "ptt-core" % "2.0.1"
[hu.vissy.plain-text-table/ptt-core "2.0.1"]