License |
License |
---|---|
GroupId | GroupIdcom.csicit.ace |
ArtifactId | ArtifactIdfile |
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 |
---|---|
file-1.0.39.pom | |
file-1.0.39.jar | 13 KB |
file-1.0.39-sources.jar | 118 bytes |
file-1.0.39-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.csicit.ace/file/ -->
<dependency>
<groupId>com.csicit.ace</groupId>
<artifactId>file</artifactId>
<version>1.0.39</version>
</dependency>
// https://jarcasting.com/artifacts/com.csicit.ace/file/
implementation 'com.csicit.ace:file:1.0.39'
// https://jarcasting.com/artifacts/com.csicit.ace/file/
implementation ("com.csicit.ace:file:1.0.39")
'com.csicit.ace:file:jar:1.0.39'
<dependency org="com.csicit.ace" name="file" rev="1.0.39">
<artifact name="file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.csicit.ace', module='file', version='1.0.39')
)
libraryDependencies += "com.csicit.ace" % "file" % "1.0.39"
[com.csicit.ace/file "1.0.39"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.6.RELEASE |
com.csicit.ace : common | jar | 1.0.39 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.6.RELEASE |