Categories |
CategoriesData |
---|---|
GroupId | GroupIdtw.com.softleader.data |
ArtifactId | ArtifactIdspecification-mapper-starter |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tw.com.softleader.data/specification-mapper-starter/ -->
<dependency>
<groupId>tw.com.softleader.data</groupId>
<artifactId>specification-mapper-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/tw.com.softleader.data/specification-mapper-starter/
implementation 'tw.com.softleader.data:specification-mapper-starter:1.0.3'
// https://jarcasting.com/artifacts/tw.com.softleader.data/specification-mapper-starter/
implementation ("tw.com.softleader.data:specification-mapper-starter:1.0.3")
'tw.com.softleader.data:specification-mapper-starter:jar:1.0.3'
<dependency org="tw.com.softleader.data" name="specification-mapper-starter" rev="1.0.3">
<artifact name="specification-mapper-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='tw.com.softleader.data', module='specification-mapper-starter', version='1.0.3')
)
libraryDependencies += "tw.com.softleader.data" % "specification-mapper-starter" % "1.0.3"
[tw.com.softleader.data/specification-mapper-starter "1.0.3"]