GroupId | GroupIdorg.epos-eu.ics-c |
---|---|
ArtifactId | ArtifactIdrouter-framework |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
router-framework-0.0.4.pom | |
router-framework-0.0.4.jar | 127 KB |
router-framework-0.0.4-sources.jar | 53 KB |
router-framework-0.0.4-javadoc.jar | 738 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.epos-eu.ics-c/router-framework/
implementation 'org.epos-eu.ics-c:router-framework:0.0.4'
// https://jarcasting.com/artifacts/org.epos-eu.ics-c/router-framework/
implementation ("org.epos-eu.ics-c:router-framework:0.0.4")
'org.epos-eu.ics-c:router-framework:jar:0.0.4'
<dependency org="org.epos-eu.ics-c" name="router-framework" rev="0.0.4">
<artifact name="router-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epos-eu.ics-c', module='router-framework', version='0.0.4')
)
libraryDependencies += "org.epos-eu.ics-c" % "router-framework" % "0.0.4"
[org.epos-eu.ics-c/router-framework "0.0.4"]