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