Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rapture |
ArtifactId | ArtifactIdPersistenceGen |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
PersistenceGen-3.0.0.pom | |
PersistenceGen-3.0.0.jar | 3 KB |
PersistenceGen-3.0.0-sources.jar | 3 KB |
PersistenceGen-3.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rapture/PersistenceGen/ -->
<dependency>
<groupId>net.rapture</groupId>
<artifactId>PersistenceGen</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rapture/PersistenceGen/
implementation 'net.rapture:PersistenceGen:3.0.0'
// https://jarcasting.com/artifacts/net.rapture/PersistenceGen/
implementation ("net.rapture:PersistenceGen:3.0.0")
'net.rapture:PersistenceGen:jar:3.0.0'
<dependency org="net.rapture" name="PersistenceGen" rev="3.0.0">
<artifact name="PersistenceGen" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rapture', module='PersistenceGen', version='3.0.0')
)
libraryDependencies += "net.rapture" % "PersistenceGen" % "3.0.0"
[net.rapture/PersistenceGen "3.0.0"]