Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.tiogasolutions.app |
ArtifactId | ArtifactIdtioga-app-thymeleaf |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tiogasolutions.app/tioga-app-thymeleaf/ -->
<dependency>
<groupId>org.tiogasolutions.app</groupId>
<artifactId>tioga-app-thymeleaf</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tiogasolutions.app/tioga-app-thymeleaf/
implementation 'org.tiogasolutions.app:tioga-app-thymeleaf:1.0.0'
// https://jarcasting.com/artifacts/org.tiogasolutions.app/tioga-app-thymeleaf/
implementation ("org.tiogasolutions.app:tioga-app-thymeleaf:1.0.0")
'org.tiogasolutions.app:tioga-app-thymeleaf:jar:1.0.0'
<dependency org="org.tiogasolutions.app" name="tioga-app-thymeleaf" rev="1.0.0">
<artifact name="tioga-app-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tiogasolutions.app', module='tioga-app-thymeleaf', version='1.0.0')
)
libraryDependencies += "org.tiogasolutions.app" % "tioga-app-thymeleaf" % "1.0.0"
[org.tiogasolutions.app/tioga-app-thymeleaf "1.0.0"]