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