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