GroupId | GroupIdcom.jeromeloisel |
---|---|
ArtifactId | ArtifactIddb-entity |
Version | Version5.1.2 |
Type | Typejar |
Filename | Size |
---|---|
db-entity-5.1.2.pom | |
db-entity-5.1.2.jar | 2 KB |
db-entity-5.1.2-sources.jar | 2 KB |
db-entity-5.1.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeromeloisel/db-entity/ -->
<dependency>
<groupId>com.jeromeloisel</groupId>
<artifactId>db-entity</artifactId>
<version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeromeloisel/db-entity/
implementation 'com.jeromeloisel:db-entity:5.1.2'
// https://jarcasting.com/artifacts/com.jeromeloisel/db-entity/
implementation ("com.jeromeloisel:db-entity:5.1.2")
'com.jeromeloisel:db-entity:jar:5.1.2'
<dependency org="com.jeromeloisel" name="db-entity" rev="5.1.2">
<artifact name="db-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeromeloisel', module='db-entity', version='5.1.2')
)
libraryDependencies += "com.jeromeloisel" % "db-entity" % "5.1.2"
[com.jeromeloisel/db-entity "5.1.2"]