License |
License |
---|---|
GroupId | GroupIdcom.csicit.ace |
ArtifactId | ArtifactIdinterfaces |
Version | Version1.0.39 |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
interfaces-1.0.39.pom | |
interfaces-1.0.39.jar | 7 KB |
interfaces-1.0.39-sources.jar | 118 bytes |
interfaces-1.0.39-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.csicit.ace/interfaces/ -->
<dependency>
<groupId>com.csicit.ace</groupId>
<artifactId>interfaces</artifactId>
<version>1.0.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.csicit.ace/interfaces/
implementation 'com.csicit.ace:interfaces:1.0.39'
// https://jarcasting.com/artifacts/com.csicit.ace/interfaces/
implementation ("com.csicit.ace:interfaces:1.0.39")
'com.csicit.ace:interfaces:jar:1.0.39'
<dependency org="com.csicit.ace" name="interfaces" rev="1.0.39">
<artifact name="interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.csicit.ace', module='interfaces', version='1.0.39')
)
libraryDependencies += "com.csicit.ace" % "interfaces" % "1.0.39"
[com.csicit.ace/interfaces "1.0.39"]
Group / Artifact | Type | Version |
---|---|---|
com.csicit.ace : common | jar | 1.0.39 |
org.springframework : spring-web | jar | 5.1.6.RELEASE |