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