Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdorg.ow2.jasmine |
ArtifactId | ArtifactIdassembly |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJASMINe :: Assemblies
assembly projects for JASMINe
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
assembly-1.1.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.jasmine/assembly/ -->
<dependency>
<groupId>org.ow2.jasmine</groupId>
<artifactId>assembly</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.jasmine/assembly/
implementation 'org.ow2.jasmine:assembly:1.1.2'
// https://jarcasting.com/artifacts/org.ow2.jasmine/assembly/
implementation ("org.ow2.jasmine:assembly:1.1.2")
'org.ow2.jasmine:assembly:pom:1.1.2'
<dependency org="org.ow2.jasmine" name="assembly" rev="1.1.2">
<artifact name="assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.jasmine', module='assembly', version='1.1.2')
)
libraryDependencies += "org.ow2.jasmine" % "assembly" % "1.1.2"
[org.ow2.jasmine/assembly "1.1.2"]