GroupId | GroupIdorg.sosy-lab |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.3000-442-ge6ac6c3 |
Type | Typejar |
Filename | Size |
---|---|
common-0.3000-442-ge6ac6c3.pom | |
common-0.3000-442-ge6ac6c3.jar | 319 KB |
common-0.3000-442-ge6ac6c3-sources.jar | 255 KB |
common-0.3000-442-ge6ac6c3-javadoc.jar | 899 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sosy-lab/common/ -->
<dependency>
<groupId>org.sosy-lab</groupId>
<artifactId>common</artifactId>
<version>0.3000-442-ge6ac6c3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sosy-lab/common/
implementation 'org.sosy-lab:common:0.3000-442-ge6ac6c3'
// https://jarcasting.com/artifacts/org.sosy-lab/common/
implementation ("org.sosy-lab:common:0.3000-442-ge6ac6c3")
'org.sosy-lab:common:jar:0.3000-442-ge6ac6c3'
<dependency org="org.sosy-lab" name="common" rev="0.3000-442-ge6ac6c3">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sosy-lab', module='common', version='0.3000-442-ge6ac6c3')
)
libraryDependencies += "org.sosy-lab" % "common" % "0.3000-442-ge6ac6c3"
[org.sosy-lab/common "0.3000-442-ge6ac6c3"]