License |
License |
---|---|
GroupId | GroupIdorg.batoo.common |
ArtifactId | ArtifactIdbatoo-common |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionBatoo Common - Common Utilities
The parent project for common projects used in Batoo Frameworks
|
Project Organization |
Project OrganizationBatoo Software & Consultancy |
Filename | Size |
---|---|
batoo-common-1.0.2.pom | |
batoo-common-1.0.2.jar | 61 KB |
batoo-common-1.0.2-sources.jar | 47 KB |
batoo-common-1.0.2-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.batoo.common/batoo-common/ -->
<dependency>
<groupId>org.batoo.common</groupId>
<artifactId>batoo-common</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.batoo.common/batoo-common/
implementation 'org.batoo.common:batoo-common:1.0.2'
// https://jarcasting.com/artifacts/org.batoo.common/batoo-common/
implementation ("org.batoo.common:batoo-common:1.0.2")
'org.batoo.common:batoo-common:jar:1.0.2'
<dependency org="org.batoo.common" name="batoo-common" rev="1.0.2">
<artifact name="batoo-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.batoo.common', module='batoo-common', version='1.0.2')
)
libraryDependencies += "org.batoo.common" % "batoo-common" % "1.0.2"
[org.batoo.common/batoo-common "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.1 |
commons-lang : commons-lang | jar | 2.6 |
com.google.guava : guava | jar | 11.0.2 |
org.slf4j : slf4j-api | jar | 1.6.6 |