GroupId | GroupIdorg.beangle.commons |
---|---|
ArtifactId | ArtifactIdbeangle-commons-text_3 |
Version | Version5.2.6 |
Type | Typejar |
Filename | Size |
---|---|
beangle-commons-text_3-5.2.6.pom | |
beangle-commons-text_3-5.2.6.jar | 140 KB |
beangle-commons-text_3-5.2.6-sources.jar | 37 KB |
beangle-commons-text_3-5.2.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-text_3/
implementation 'org.beangle.commons:beangle-commons-text_3:5.2.6'
// https://jarcasting.com/artifacts/org.beangle.commons/beangle-commons-text_3/
implementation ("org.beangle.commons:beangle-commons-text_3:5.2.6")
'org.beangle.commons:beangle-commons-text_3:jar:5.2.6'
<dependency org="org.beangle.commons" name="beangle-commons-text_3" rev="5.2.6">
<artifact name="beangle-commons-text_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle.commons', module='beangle-commons-text_3', version='5.2.6')
)
libraryDependencies += "org.beangle.commons" % "beangle-commons-text_3" % "5.2.6"
[org.beangle.commons/beangle-commons-text_3 "5.2.6"]