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