GroupId | GroupIdorg.beangle |
---|---|
ArtifactId | ArtifactIdbeangle-codestyle |
Version | Version23.4 |
Type | Typejar |
Filename | Size |
---|---|
beangle-codestyle-23.4.pom | |
beangle-codestyle-23.4.jar | 10 KB |
beangle-codestyle-23.4-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle/beangle-codestyle/ -->
<dependency>
<groupId>org.beangle</groupId>
<artifactId>beangle-codestyle</artifactId>
<version>23.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle/beangle-codestyle/
implementation 'org.beangle:beangle-codestyle:23.4'
// https://jarcasting.com/artifacts/org.beangle/beangle-codestyle/
implementation ("org.beangle:beangle-codestyle:23.4")
'org.beangle:beangle-codestyle:jar:23.4'
<dependency org="org.beangle" name="beangle-codestyle" rev="23.4">
<artifact name="beangle-codestyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle', module='beangle-codestyle', version='23.4')
)
libraryDependencies += "org.beangle" % "beangle-codestyle" % "23.4"
[org.beangle/beangle-codestyle "23.4"]