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