License |
License |
---|---|
GroupId | GroupIdio.crysknife |
ArtifactId | ArtifactIdbom |
Version | Version0.4 |
Type | Typepom |
Description |
DescriptionBOM (Bill Of Materials)
POC DI for GWT 3 or j2cl
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bom-0.4.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.crysknife/bom/ -->
<dependency>
<groupId>io.crysknife</groupId>
<artifactId>bom</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.crysknife/bom/
implementation 'io.crysknife:bom:0.4'
// https://jarcasting.com/artifacts/io.crysknife/bom/
implementation ("io.crysknife:bom:0.4")
'io.crysknife:bom:pom:0.4'
<dependency org="io.crysknife" name="bom" rev="0.4">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.crysknife', module='bom', version='0.4')
)
libraryDependencies += "io.crysknife" % "bom" % "0.4"
[io.crysknife/bom "0.4"]