| GroupId | GroupIdcom.github.peacetrue | 
|---|---|
| ArtifactId | ArtifactIdpeacetrue-associate | 
| Version | Version1.0-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue-associate/ -->
<dependency>
    <groupId>com.github.peacetrue</groupId>
    <artifactId>peacetrue-associate</artifactId>
    <version>1.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue-associate/
implementation 'com.github.peacetrue:peacetrue-associate:1.0-RELEASE'// https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue-associate/
implementation ("com.github.peacetrue:peacetrue-associate:1.0-RELEASE")'com.github.peacetrue:peacetrue-associate:jar:1.0-RELEASE'<dependency org="com.github.peacetrue" name="peacetrue-associate" rev="1.0-RELEASE">
  <artifact name="peacetrue-associate" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.peacetrue', module='peacetrue-associate', version='1.0-RELEASE')
)libraryDependencies += "com.github.peacetrue" % "peacetrue-associate" % "1.0-RELEASE"[com.github.peacetrue/peacetrue-associate "1.0-RELEASE"]