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