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