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