GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.beanconverter |
Version | Version1.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.beanconverter/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.beanconverter</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.beanconverter/
implementation 'org.tinygroup:org.tinygroup.beanconverter:1.2.3'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.beanconverter/
implementation ("org.tinygroup:org.tinygroup.beanconverter:1.2.3")
'org.tinygroup:org.tinygroup.beanconverter:jar:1.2.3'
<dependency org="org.tinygroup" name="org.tinygroup.beanconverter" rev="1.2.3">
<artifact name="org.tinygroup.beanconverter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.beanconverter', version='1.2.3')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.beanconverter" % "1.2.3"
[org.tinygroup/org.tinygroup.beanconverter "1.2.3"]