is not current version
Last Version 2.3.1

pl.gdela:socomo-core 2.0.1

Core parts of the tool for visualizing and analyzing source code modularity of a single java project.

GroupId

GroupId

pl.gdela
ArtifactId

ArtifactId

socomo-core
Version

Version

2.0.1
Type

Type

jar

Download socomo-core 2.0.1


<!-- https://jarcasting.com/artifacts/pl.gdela/socomo-core/ -->
<dependency>
    <groupId>pl.gdela</groupId>
    <artifactId>socomo-core</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/pl.gdela/socomo-core/
implementation 'pl.gdela:socomo-core:2.0.1'
// https://jarcasting.com/artifacts/pl.gdela/socomo-core/
implementation ("pl.gdela:socomo-core:2.0.1")
'pl.gdela:socomo-core:jar:2.0.1'
<dependency org="pl.gdela" name="socomo-core" rev="2.0.1">
  <artifact name="socomo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.gdela', module='socomo-core', version='2.0.1')
)
libraryDependencies += "pl.gdela" % "socomo-core" % "2.0.1"
[pl.gdela/socomo-core "2.0.1"]