<dependency>
<groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
<artifactId>identity</artifactId>
<version>0.1.2-incubating</version>
</dependency>
libraryDependencies += "org.apache.isis.runtimes.dflt.bytecode" % "identity" % "0.1.2-incubating"
@Grapes(
@Grab(group='org.apache.isis.runtimes.dflt.bytecode', module='identity', version='0.1.2-incubating')
)
<dependency org="org.apache.isis.runtimes.dflt.bytecode" name="identity" rev="0.1.2-incubating" />