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