GroupId | GroupIdorg.epos-eu.ics-c |
---|---|
ArtifactId | ArtifactIdrouter-framework |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
router-framework-0.0.7.pom | |
router-framework-0.0.7.jar | 85 KB |
router-framework-0.0.7-sources.jar | 39 KB |
router-framework-0.0.7-javadoc.jar | 666 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.epos-eu.ics-c/router-framework/ -->
<dependency>
<groupId>org.epos-eu.ics-c</groupId>
<artifactId>router-framework</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.epos-eu.ics-c/router-framework/
implementation 'org.epos-eu.ics-c:router-framework:0.0.7'
// https://jarcasting.com/artifacts/org.epos-eu.ics-c/router-framework/
implementation ("org.epos-eu.ics-c:router-framework:0.0.7")
'org.epos-eu.ics-c:router-framework:jar:0.0.7'
<dependency org="org.epos-eu.ics-c" name="router-framework" rev="0.0.7">
<artifact name="router-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epos-eu.ics-c', module='router-framework', version='0.0.7')
)
libraryDependencies += "org.epos-eu.ics-c" % "router-framework" % "0.0.7"
[org.epos-eu.ics-c/router-framework "0.0.7"]