| GroupId | GroupIdcom.oregor.staticfy |
|---|---|
| ArtifactId | ArtifactIdstaticfy-core-detail |
| Version | Version0.0.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| staticfy-core-detail-0.0.12.pom | |
| staticfy-core-detail-0.0.12.jar | 20 KB |
| staticfy-core-detail-0.0.12-sources.jar | 14 KB |
| staticfy-core-detail-0.0.12-javadoc.jar | 440 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oregor.staticfy/staticfy-core-detail/ -->
<dependency>
<groupId>com.oregor.staticfy</groupId>
<artifactId>staticfy-core-detail</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.oregor.staticfy/staticfy-core-detail/
implementation 'com.oregor.staticfy:staticfy-core-detail:0.0.12'
// https://jarcasting.com/artifacts/com.oregor.staticfy/staticfy-core-detail/
implementation ("com.oregor.staticfy:staticfy-core-detail:0.0.12")
'com.oregor.staticfy:staticfy-core-detail:jar:0.0.12'
<dependency org="com.oregor.staticfy" name="staticfy-core-detail" rev="0.0.12">
<artifact name="staticfy-core-detail" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oregor.staticfy', module='staticfy-core-detail', version='0.0.12')
)
libraryDependencies += "com.oregor.staticfy" % "staticfy-core-detail" % "0.0.12"
[com.oregor.staticfy/staticfy-core-detail "0.0.12"]