Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.ryoframework.core |
ArtifactId | ArtifactIdryo-domain-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ryo-domain-core-1.0.1.pom | |
ryo-domain-core-1.0.1.jar | 28 KB |
ryo-domain-core-1.0.1-sources.jar | 10 KB |
ryo-domain-core-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ryoframework.core/ryo-domain-core/ -->
<dependency>
<groupId>org.ryoframework.core</groupId>
<artifactId>ryo-domain-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ryoframework.core/ryo-domain-core/
implementation 'org.ryoframework.core:ryo-domain-core:1.0.1'
// https://jarcasting.com/artifacts/org.ryoframework.core/ryo-domain-core/
implementation ("org.ryoframework.core:ryo-domain-core:1.0.1")
'org.ryoframework.core:ryo-domain-core:jar:1.0.1'
<dependency org="org.ryoframework.core" name="ryo-domain-core" rev="1.0.1">
<artifact name="ryo-domain-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ryoframework.core', module='ryo-domain-core', version='1.0.1')
)
libraryDependencies += "org.ryoframework.core" % "ryo-domain-core" % "1.0.1"
[org.ryoframework.core/ryo-domain-core "1.0.1"]