GroupId | GroupIdorg.beangle.commons |
---|---|
ArtifactId | ArtifactIdbeangle-commons-text_3 |
Version | Version5.2.7 |
Type | Typejar |
Filename | Size |
---|---|
beangle-commons-text_3-5.2.7.pom | |
beangle-commons-text_3-5.2.7.jar | 140 KB |
beangle-commons-text_3-5.2.7-sources.jar | 37 KB |
beangle-commons-text_3-5.2.7-javadoc.jar | 311 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-text_3/ -->
<dependency>
<groupId>org.beangle.commons</groupId>
<artifactId>beangle-commons-text_3</artifactId>
<version>5.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-text_3/
implementation 'org.beangle.commons:beangle-commons-text_3:5.2.7'
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-text_3/
implementation ("org.beangle.commons:beangle-commons-text_3:5.2.7")
'org.beangle.commons:beangle-commons-text_3:jar:5.2.7'
<dependency org="org.beangle.commons" name="beangle-commons-text_3" rev="5.2.7">
<artifact name="beangle-commons-text_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.commons', module='beangle-commons-text_3', version='5.2.7')
)
libraryDependencies += "org.beangle.commons" % "beangle-commons-text_3" % "5.2.7"
[org.beangle.commons/beangle-commons-text_3 "5.2.7"]