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