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