| Categories |
CategoriesSearch Business Logic Libraries |
|---|---|
| GroupId | GroupIdcom.ge.research.semtk |
| ArtifactId | ArtifactIdspringUtilLibrary |
| Version | Version2.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| springUtilLibrary-2.2.1.pom | |
| springUtilLibrary-2.2.1.jar | 27 KB |
| springUtilLibrary-2.2.1-sources.jar | 26 KB |
| springUtilLibrary-2.2.1-javadoc.jar | 147 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ge.research.semtk/springUtilLibrary/ -->
<dependency>
<groupId>com.ge.research.semtk</groupId>
<artifactId>springUtilLibrary</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ge.research.semtk/springUtilLibrary/
implementation 'com.ge.research.semtk:springUtilLibrary:2.2.1'
// https://jarcasting.com/artifacts/com.ge.research.semtk/springUtilLibrary/
implementation ("com.ge.research.semtk:springUtilLibrary:2.2.1")
'com.ge.research.semtk:springUtilLibrary:jar:2.2.1'
<dependency org="com.ge.research.semtk" name="springUtilLibrary" rev="2.2.1">
<artifact name="springUtilLibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ge.research.semtk', module='springUtilLibrary', version='2.2.1')
)
libraryDependencies += "com.ge.research.semtk" % "springUtilLibrary" % "2.2.1"
[com.ge.research.semtk/springUtilLibrary "2.2.1"]