Files download
File Operation
jsweet-core-6.3.0.jar download
jsweet-core-6.3.0.pom download
jsweet-core-6.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jsweet</groupId>
  <artifactId>jsweet-core</artifactId>
  <version>6.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.jsweet:jsweet-core:6.3.0'
Gradle Kotlin
implementation("org.jsweet:jsweet-core:6.3.0")
Scala SBT
libraryDependencies += "org.jsweet" % "jsweet-core" % "6.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jsweet', module='jsweet-core', version='6.3.0')
)
Apache Ivy
<dependency org="org.jsweet" name="jsweet-core" rev="6.3.0" />
Leiningen
[org.jsweet/jsweet-core "6.3.0"]
Apache Buildr
'org.jsweet:jsweet-core:jar:6.3.0'
Dependencies
The project has no third-party dependencies