GroupId | GroupIdeu.toop |
---|---|
ArtifactId | ArtifactIdtoop-interface |
Version | Version0.10.3 |
Type | Typejar |
Filename | Size |
---|---|
toop-interface-0.10.3.pom | |
toop-interface-0.10.3.jar | 25 KB |
toop-interface-0.10.3-test-sources.jar | 28 KB |
toop-interface-0.10.3-sources.jar | 24 KB |
toop-interface-0.10.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.toop/toop-interface/
implementation 'eu.toop:toop-interface:0.10.3'
// https://jarcasting.com/artifacts/eu.toop/toop-interface/
implementation ("eu.toop:toop-interface:0.10.3")
'eu.toop:toop-interface:jar:0.10.3'
<dependency org="eu.toop" name="toop-interface" rev="0.10.3">
<artifact name="toop-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.toop', module='toop-interface', version='0.10.3')
)
libraryDependencies += "eu.toop" % "toop-interface" % "0.10.3"
[eu.toop/toop-interface "0.10.3"]