GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-internal-dep-boot |
Version | Version0.0.32 |
Type | Typejar |
Filename | Size |
---|---|
factcast-internal-dep-boot-0.0.32.pom | 1 KB |
factcast-internal-dep-boot-0.0.32-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-internal-dep-boot/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-internal-dep-boot</artifactId>
<version>0.0.32</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-internal-dep-boot/
implementation 'org.factcast:factcast-internal-dep-boot:0.0.32'
// https://jarcasting.com/artifacts/org.factcast/factcast-internal-dep-boot/
implementation ("org.factcast:factcast-internal-dep-boot:0.0.32")
'org.factcast:factcast-internal-dep-boot:jar:0.0.32'
<dependency org="org.factcast" name="factcast-internal-dep-boot" rev="0.0.32">
<artifact name="factcast-internal-dep-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-internal-dep-boot', version='0.0.32')
)
libraryDependencies += "org.factcast" % "factcast-internal-dep-boot" % "0.0.32"
[org.factcast/factcast-internal-dep-boot "0.0.32"]