License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.dev-smart |
ArtifactId | ArtifactIddevsmart-core |
Last Version | Last Version0.1.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDevsmart-core
A collection of utility functions for java
|
Project URL |
Project URL |
Filename | Size |
---|---|
devsmart-core-0.1.12.pom | |
devsmart-core-0.1.12.jar | 17 KB |
devsmart-core-0.1.12-sources.jar | 6 KB |
devsmart-core-0.1.12-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dev-smart/devsmart-core/ -->
<dependency>
<groupId>com.dev-smart</groupId>
<artifactId>devsmart-core</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/devsmart-core/
implementation 'com.dev-smart:devsmart-core:0.1.12'
// https://jarcasting.com/artifacts/com.dev-smart/devsmart-core/
implementation ("com.dev-smart:devsmart-core:0.1.12")
'com.dev-smart:devsmart-core:jar:0.1.12'
<dependency org="com.dev-smart" name="devsmart-core" rev="0.1.12">
<artifact name="devsmart-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='devsmart-core', version='0.1.12')
)
libraryDependencies += "com.dev-smart" % "devsmart-core" % "0.1.12"
[com.dev-smart/devsmart-core "0.1.12"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.8 |
com.google.guava : guava | jar | 19.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.7.8 |