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