GroupId | GroupIdeu.toop |
---|---|
ArtifactId | ArtifactIdtc-webapp |
Version | Version2.1.0 |
Type | Typewar |
Filename | Size |
---|---|
tc-webapp-2.1.0.pom | |
tc-webapp-2.1.0.war | 45 MB |
tc-webapp-2.1.0-test-sources.jar | 28 KB |
tc-webapp-2.1.0-sources.jar | 42 KB |
tc-webapp-2.1.0-javadoc.jar | 35 KB |
tc-webapp-2.1.0-classes.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.toop/tc-webapp/ -->
<dependency>
<groupId>eu.toop</groupId>
<artifactId>tc-webapp</artifactId>
<version>2.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/eu.toop/tc-webapp/
implementation 'eu.toop:tc-webapp:2.1.0'
// https://jarcasting.com/artifacts/eu.toop/tc-webapp/
implementation ("eu.toop:tc-webapp:2.1.0")
'eu.toop:tc-webapp:war:2.1.0'
<dependency org="eu.toop" name="tc-webapp" rev="2.1.0">
<artifact name="tc-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='eu.toop', module='tc-webapp', version='2.1.0')
)
libraryDependencies += "eu.toop" % "tc-webapp" % "2.1.0"
[eu.toop/tc-webapp "2.1.0"]