Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.github.gekoh.yagen |
ArtifactId | ArtifactIdyagen-example-domain |
Version | Version5.9.2 |
Type | Typejar |
Filename | Size |
---|---|
yagen-example-domain-5.9.2.pom | |
yagen-example-domain-5.9.2.jar | 30 KB |
yagen-example-domain-5.9.2-sources.jar | 15 KB |
yagen-example-domain-5.9.2-javadoc.jar | 109 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>5.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation 'com.github.gekoh.yagen:yagen-example-domain:5.9.2'
// https://jarcasting.com/artifacts/com.github.gekoh.yagen/yagen-example-domain/
implementation ("com.github.gekoh.yagen:yagen-example-domain:5.9.2")
'com.github.gekoh.yagen:yagen-example-domain:jar:5.9.2'
<dependency org="com.github.gekoh.yagen" name="yagen-example-domain" rev="5.9.2">
<artifact name="yagen-example-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gekoh.yagen', module='yagen-example-domain', version='5.9.2')
)
libraryDependencies += "com.github.gekoh.yagen" % "yagen-example-domain" % "5.9.2"
[com.github.gekoh.yagen/yagen-example-domain "5.9.2"]