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