| GroupId | GroupIdcom.arassec.igor |
|---|---|
| ArtifactId | ArtifactIdfrontend |
| Version | Version0.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| frontend-0.0.7.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.arassec.igor/frontend/ -->
<dependency>
<groupId>com.arassec.igor</groupId>
<artifactId>frontend</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.arassec.igor/frontend/
implementation 'com.arassec.igor:frontend:0.0.7'
// https://jarcasting.com/artifacts/com.arassec.igor/frontend/
implementation ("com.arassec.igor:frontend:0.0.7")
'com.arassec.igor:frontend:pom:0.0.7'
<dependency org="com.arassec.igor" name="frontend" rev="0.0.7">
<artifact name="frontend" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.arassec.igor', module='frontend', version='0.0.7')
)
libraryDependencies += "com.arassec.igor" % "frontend" % "0.0.7"
[com.arassec.igor/frontend "0.0.7"]