Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.wcinformatics.tt |
ArtifactId | ArtifactIdtt-rest |
Version | Version1.0.0 |
Type | Typewar |
Filename | Size |
---|---|
tt-rest-1.0.0.pom | |
tt-rest-1.0.0.war | 66 MB |
tt-rest-1.0.0-sources.jar | 9 KB |
tt-rest-1.0.0-javadoc.jar | 37 KB |
tt-rest-1.0.0-classes.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wcinformatics.tt/tt-rest/ -->
<dependency>
<groupId>com.wcinformatics.tt</groupId>
<artifactId>tt-rest</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.wcinformatics.tt/tt-rest/
implementation 'com.wcinformatics.tt:tt-rest:1.0.0'
// https://jarcasting.com/artifacts/com.wcinformatics.tt/tt-rest/
implementation ("com.wcinformatics.tt:tt-rest:1.0.0")
'com.wcinformatics.tt:tt-rest:war:1.0.0'
<dependency org="com.wcinformatics.tt" name="tt-rest" rev="1.0.0">
<artifact name="tt-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='com.wcinformatics.tt', module='tt-rest', version='1.0.0')
)
libraryDependencies += "com.wcinformatics.tt" % "tt-rest" % "1.0.0"
[com.wcinformatics.tt/tt-rest "1.0.0"]