GroupId | GroupIdorg.dromara |
---|---|
ArtifactId | ArtifactIdsoul |
Version | Version2.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
soul-2.0.0-RELEASE.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dromara/soul/ -->
<dependency>
<groupId>org.dromara</groupId>
<artifactId>soul</artifactId>
<version>2.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dromara/soul/
implementation 'org.dromara:soul:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.dromara/soul/
implementation ("org.dromara:soul:2.0.0-RELEASE")
'org.dromara:soul:pom:2.0.0-RELEASE'
<dependency org="org.dromara" name="soul" rev="2.0.0-RELEASE">
<artifact name="soul" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dromara', module='soul', version='2.0.0-RELEASE')
)
libraryDependencies += "org.dromara" % "soul" % "2.0.0-RELEASE"
[org.dromara/soul "2.0.0-RELEASE"]