GroupId | GroupIdeu.toop |
---|---|
ArtifactId | ArtifactIdtoop-interface |
Version | Version0.10.4 |
Type | Typejar |
Filename | Size |
---|---|
toop-interface-0.10.4.pom | |
toop-interface-0.10.4.jar | 25 KB |
toop-interface-0.10.4-test-sources.jar | 28 KB |
toop-interface-0.10.4-sources.jar | 24 KB |
toop-interface-0.10.4-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.toop/toop-interface/ -->
<dependency>
<groupId>eu.toop</groupId>
<artifactId>toop-interface</artifactId>
<version>0.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/eu.toop/toop-interface/
implementation 'eu.toop:toop-interface:0.10.4'
// https://jarcasting.com/artifacts/eu.toop/toop-interface/
implementation ("eu.toop:toop-interface:0.10.4")
'eu.toop:toop-interface:jar:0.10.4'
<dependency org="eu.toop" name="toop-interface" rev="0.10.4">
<artifact name="toop-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.toop', module='toop-interface', version='0.10.4')
)
libraryDependencies += "eu.toop" % "toop-interface" % "0.10.4"
[eu.toop/toop-interface "0.10.4"]