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