Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.jkschneider |
ArtifactId | ArtifactIdpappus-graph-projection |
Version | Version0.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/ -->
<dependency>
<groupId>com.github.jkschneider</groupId>
<artifactId>pappus-graph-projection</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/
implementation 'com.github.jkschneider:pappus-graph-projection:0.1.2'
// https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/
implementation ("com.github.jkschneider:pappus-graph-projection:0.1.2")
'com.github.jkschneider:pappus-graph-projection:jar:0.1.2'
<dependency org="com.github.jkschneider" name="pappus-graph-projection" rev="0.1.2">
<artifact name="pappus-graph-projection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jkschneider', module='pappus-graph-projection', version='0.1.2')
)
libraryDependencies += "com.github.jkschneider" % "pappus-graph-projection" % "0.1.2"
[com.github.jkschneider/pappus-graph-projection "0.1.2"]