GroupId | GroupIdio.polyglotted |
---|---|
ArtifactId | ArtifactIdpg-model |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
pg-model-1.3.0.pom | |
pg-model-1.3.0.jar | 113 KB |
pg-model-1.3.0-sources.jar | 36 KB |
pg-model-1.3.0-javadoc.jar | 382 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.polyglotted/pg-model/ -->
<dependency>
<groupId>io.polyglotted</groupId>
<artifactId>pg-model</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.polyglotted/pg-model/
implementation 'io.polyglotted:pg-model:1.3.0'
// https://jarcasting.com/artifacts/io.polyglotted/pg-model/
implementation ("io.polyglotted:pg-model:1.3.0")
'io.polyglotted:pg-model:jar:1.3.0'
<dependency org="io.polyglotted" name="pg-model" rev="1.3.0">
<artifact name="pg-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polyglotted', module='pg-model', version='1.3.0')
)
libraryDependencies += "io.polyglotted" % "pg-model" % "1.3.0"
[io.polyglotted/pg-model "1.3.0"]