GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-internal-dep |
Version | Version0.1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
factcast-internal-dep-0.1.4.3.pom | 2 KB |
factcast-internal-dep-0.1.4.3-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.1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-internal-dep/
implementation 'org.factcast:factcast-internal-dep:0.1.4.3'
// https://jarcasting.com/artifacts/org.factcast/factcast-internal-dep/
implementation ("org.factcast:factcast-internal-dep:0.1.4.3")
'org.factcast:factcast-internal-dep:jar:0.1.4.3'
<dependency org="org.factcast" name="factcast-internal-dep" rev="0.1.4.3">
<artifact name="factcast-internal-dep" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-internal-dep', version='0.1.4.3')
)
libraryDependencies += "org.factcast" % "factcast-internal-dep" % "0.1.4.3"
[org.factcast/factcast-internal-dep "0.1.4.3"]