| GroupId | GroupIdcom.jcabi.incubator |
|---|---|
| ArtifactId | ArtifactIdxembly |
| Version | Version0.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xembly-0.22.pom | |
| xembly-0.22.jar | 50 KB |
| xembly-0.22-sources.jar | 49 KB |
| xembly-0.22-javadoc.jar | 83 KB |
| xembly-0.22-jar-with-dependencies.jar | 215 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jcabi.incubator/xembly/ -->
<dependency>
<groupId>com.jcabi.incubator</groupId>
<artifactId>xembly</artifactId>
<version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.jcabi.incubator/xembly/
implementation 'com.jcabi.incubator:xembly:0.22'
// https://jarcasting.com/artifacts/com.jcabi.incubator/xembly/
implementation ("com.jcabi.incubator:xembly:0.22")
'com.jcabi.incubator:xembly:jar:0.22'
<dependency org="com.jcabi.incubator" name="xembly" rev="0.22">
<artifact name="xembly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jcabi.incubator', module='xembly', version='0.22')
)
libraryDependencies += "com.jcabi.incubator" % "xembly" % "0.22"
[com.jcabi.incubator/xembly "0.22"]