| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.github.autostyle |
| ArtifactId | ArtifactIdautostyle-lib-extra |
| Version | Version3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| autostyle-lib-extra-3.0.pom | |
| autostyle-lib-extra-3.0.jar | 57 KB |
| autostyle-lib-extra-3.0-sources.jar | 36 KB |
| autostyle-lib-extra-3.0-javadoc.jar | 80 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.autostyle/autostyle-lib-extra/ -->
<dependency>
<groupId>com.github.autostyle</groupId>
<artifactId>autostyle-lib-extra</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autostyle/autostyle-lib-extra/
implementation 'com.github.autostyle:autostyle-lib-extra:3.0'
// https://jarcasting.com/artifacts/com.github.autostyle/autostyle-lib-extra/
implementation ("com.github.autostyle:autostyle-lib-extra:3.0")
'com.github.autostyle:autostyle-lib-extra:jar:3.0'
<dependency org="com.github.autostyle" name="autostyle-lib-extra" rev="3.0">
<artifact name="autostyle-lib-extra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autostyle', module='autostyle-lib-extra', version='3.0')
)
libraryDependencies += "com.github.autostyle" % "autostyle-lib-extra" % "3.0"
[com.github.autostyle/autostyle-lib-extra "3.0"]