is not current version
Last Version 0.1.5

io.squark:yggdrasil 0.1.4

And embedded container supporting runtime dependency resolving. Supports loading arbitrary plugins; e.g. CDI, JPA, JAX-RS

GroupId

GroupId

io.squark
ArtifactId

ArtifactId

yggdrasil
Version

Version

0.1.4
Type

Type

pom

Download yggdrasil 0.1.4

Filename Size
yggdrasil-0.1.4.pom 29 KB
Browse

<!-- https://jarcasting.com/artifacts/io.squark/yggdrasil/ -->
<dependency>
    <groupId>io.squark</groupId>
    <artifactId>yggdrasil</artifactId>
    <version>0.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.squark/yggdrasil/
implementation 'io.squark:yggdrasil:0.1.4'
// https://jarcasting.com/artifacts/io.squark/yggdrasil/
implementation ("io.squark:yggdrasil:0.1.4")
'io.squark:yggdrasil:pom:0.1.4'
<dependency org="io.squark" name="yggdrasil" rev="0.1.4">
  <artifact name="yggdrasil" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.squark', module='yggdrasil', version='0.1.4')
)
libraryDependencies += "io.squark" % "yggdrasil" % "0.1.4"
[io.squark/yggdrasil "0.1.4"]