License |
License |
---|---|
GroupId | GroupIdorg.foxlabs |
ArtifactId | ArtifactIdfoxlabs-common |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionCommon Utils
Reusable Java components and useful utility classes required for other projects of org.foxlabs group.
All classes of this package have no dependencies on other libraries.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
foxlabs-common-1.0.pom | |
foxlabs-common-1.0.jar | 47 KB |
foxlabs-common-1.0-sources.jar | 32 KB |
foxlabs-common-1.0-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.foxlabs/foxlabs-common/ -->
<dependency>
<groupId>org.foxlabs</groupId>
<artifactId>foxlabs-common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.foxlabs/foxlabs-common/
implementation 'org.foxlabs:foxlabs-common:1.0'
// https://jarcasting.com/artifacts/org.foxlabs/foxlabs-common/
implementation ("org.foxlabs:foxlabs-common:1.0")
'org.foxlabs:foxlabs-common:jar:1.0'
<dependency org="org.foxlabs" name="foxlabs-common" rev="1.0">
<artifact name="foxlabs-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.foxlabs', module='foxlabs-common', version='1.0')
)
libraryDependencies += "org.foxlabs" % "foxlabs-common" % "1.0"
[org.foxlabs/foxlabs-common "1.0"]