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