License |
License |
---|---|
GroupId | GroupIdcom.smartitengineering.smart-util |
ArtifactId | ArtifactIdsmart-spring-util |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsmart-spring-util
This project basically aims to create Utility libraries for wide range
of use.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSmart IT Engineering |
Filename | Size |
---|---|
smart-spring-util-0.1.pom | |
smart-spring-util-0.1.jar | 9 KB |
smart-spring-util-0.1-sources.jar | 8 KB |
smart-spring-util-0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smartitengineering.smart-util/smart-spring-util/ -->
<dependency>
<groupId>com.smartitengineering.smart-util</groupId>
<artifactId>smart-spring-util</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartitengineering.smart-util/smart-spring-util/
implementation 'com.smartitengineering.smart-util:smart-spring-util:0.1'
// https://jarcasting.com/artifacts/com.smartitengineering.smart-util/smart-spring-util/
implementation ("com.smartitengineering.smart-util:smart-spring-util:0.1")
'com.smartitengineering.smart-util:smart-spring-util:jar:0.1'
<dependency org="com.smartitengineering.smart-util" name="smart-spring-util" rev="0.1">
<artifact name="smart-spring-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartitengineering.smart-util', module='smart-spring-util', version='0.1')
)
libraryDependencies += "com.smartitengineering.smart-util" % "smart-spring-util" % "0.1"
[com.smartitengineering.smart-util/smart-spring-util "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 2.5.6 |
commons-lang : commons-lang | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.springframework : spring-context | jar | 2.5.6 |