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