License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.apache.apex |
ArtifactId | ArtifactIdapex-codestyle-config |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Apex Codestyle Config
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
apex-codestyle-config-1.1.0.pom | |
apex-codestyle-config-1.1.0.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.apex/apex-codestyle-config/ -->
<dependency>
<groupId>org.apache.apex</groupId>
<artifactId>apex-codestyle-config</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.apex/apex-codestyle-config/
implementation 'org.apache.apex:apex-codestyle-config:1.1.0'
// https://jarcasting.com/artifacts/org.apache.apex/apex-codestyle-config/
implementation ("org.apache.apex:apex-codestyle-config:1.1.0")
'org.apache.apex:apex-codestyle-config:jar:1.1.0'
<dependency org="org.apache.apex" name="apex-codestyle-config" rev="1.1.0">
<artifact name="apex-codestyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.apex', module='apex-codestyle-config', version='1.1.0')
)
libraryDependencies += "org.apache.apex" % "apex-codestyle-config" % "1.1.0"
[org.apache.apex/apex-codestyle-config "1.1.0"]