Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.automatiko.extras |
ArtifactId | ArtifactIdextras |
Version | Version0.16.0 |
Type | Typepom |
Filename | Size |
---|---|
extras-0.16.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.automatiko.extras/extras/ -->
<dependency>
<groupId>io.automatiko.extras</groupId>
<artifactId>extras</artifactId>
<version>0.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.automatiko.extras/extras/
implementation 'io.automatiko.extras:extras:0.16.0'
// https://jarcasting.com/artifacts/io.automatiko.extras/extras/
implementation ("io.automatiko.extras:extras:0.16.0")
'io.automatiko.extras:extras:pom:0.16.0'
<dependency org="io.automatiko.extras" name="extras" rev="0.16.0">
<artifact name="extras" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.automatiko.extras', module='extras', version='0.16.0')
)
libraryDependencies += "io.automatiko.extras" % "extras" % "0.16.0"
[io.automatiko.extras/extras "0.16.0"]