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