Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.github.gekoh.yagen |
ArtifactId | ArtifactIdyagen-example-domain |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
yagen-example-domain-2.0.8.pom | |
yagen-example-domain-2.0.8.jar | 21 KB |
yagen-example-domain-2.0.8-sources.jar | 13 KB |
yagen-example-domain-2.0.8-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/ -->
<dependency>
<groupId>com.github.gekoh.yagen</groupId>
<artifactId>yagen-example-domain</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation 'com.github.gekoh.yagen:yagen-example-domain:2.0.8'
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation ("com.github.gekoh.yagen:yagen-example-domain:2.0.8")
'com.github.gekoh.yagen:yagen-example-domain:jar:2.0.8'
<dependency org="com.github.gekoh.yagen" name="yagen-example-domain" rev="2.0.8">
<artifact name="yagen-example-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gekoh.yagen', module='yagen-example-domain', version='2.0.8')
)
libraryDependencies += "com.github.gekoh.yagen" % "yagen-example-domain" % "2.0.8"
[com.github.gekoh.yagen/yagen-example-domain "2.0.8"]