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