License |
License |
---|---|
GroupId | GroupIdorg.beangle |
ArtifactId | ArtifactIdbeangle-codestyle |
Version | Version24.6 |
Type | Typejar |
Description |
DescriptionBeangle Code Style
The Beangle Software provides agile development scaffold and toolkits.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
beangle-codestyle-24.6.pom | |
beangle-codestyle-24.6.jar | 13 KB |
beangle-codestyle-24.6-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beangle/beangle-codestyle/ -->
<dependency>
<groupId>org.beangle</groupId>
<artifactId>beangle-codestyle</artifactId>
<version>24.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.beangle/beangle-codestyle/
implementation 'org.beangle:beangle-codestyle:24.6'
// https://jarcasting.com/artifacts/org.beangle/beangle-codestyle/
implementation ("org.beangle:beangle-codestyle:24.6")
'org.beangle:beangle-codestyle:jar:24.6'
<dependency org="org.beangle" name="beangle-codestyle" rev="24.6">
<artifact name="beangle-codestyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beangle', module='beangle-codestyle', version='24.6')
)
libraryDependencies += "org.beangle" % "beangle-codestyle" % "24.6"
[org.beangle/beangle-codestyle "24.6"]