Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.leftins |
ArtifactId | ArtifactIdtenant |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
tenant-1.0.6.pom | |
tenant-1.0.6.jar | 42 KB |
tenant-1.0.6-sources.jar | 25 KB |
tenant-1.0.6-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.leftins/tenant/ -->
<dependency>
<groupId>com.leftins</groupId>
<artifactId>tenant</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.leftins/tenant/
implementation 'com.leftins:tenant:1.0.6'
// https://jarcasting.com/artifacts/com.leftins/tenant/
implementation ("com.leftins:tenant:1.0.6")
'com.leftins:tenant:jar:1.0.6'
<dependency org="com.leftins" name="tenant" rev="1.0.6">
<artifact name="tenant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.leftins', module='tenant', version='1.0.6')
)
libraryDependencies += "com.leftins" % "tenant" % "1.0.6"
[com.leftins/tenant "1.0.6"]