GroupId | GroupIdorg.apache.isis.runtimes.dflt.bytecode |
---|---|
ArtifactId | ArtifactIddflt |
Version | Version0.1.2-incubating |
Type | Typejar |
Filename | Size |
---|---|
dflt-0.1.2-incubating.pom | |
dflt-0.1.2-incubating.jar | 16 KB |
dflt-0.1.2-incubating-tests.jar | 13 KB |
dflt-0.1.2-incubating-test-sources.jar | 10 KB |
dflt-0.1.2-incubating-sources.jar | 13 KB |
dflt-0.1.2-incubating-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.bytecode/dflt/ -->
<dependency>
<groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
<artifactId>dflt</artifactId>
<version>0.1.2-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.bytecode/dflt/
implementation 'org.apache.isis.runtimes.dflt.bytecode:dflt:0.1.2-incubating'
// https://jarcasting.com/artifacts/org.apache.isis.runtimes.dflt.bytecode/dflt/
implementation ("org.apache.isis.runtimes.dflt.bytecode:dflt:0.1.2-incubating")
'org.apache.isis.runtimes.dflt.bytecode:dflt:jar:0.1.2-incubating'
<dependency org="org.apache.isis.runtimes.dflt.bytecode" name="dflt" rev="0.1.2-incubating">
<artifact name="dflt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.isis.runtimes.dflt.bytecode', module='dflt', version='0.1.2-incubating')
)
libraryDependencies += "org.apache.isis.runtimes.dflt.bytecode" % "dflt" % "0.1.2-incubating"
[org.apache.isis.runtimes.dflt.bytecode/dflt "0.1.2-incubating"]