| License | License | 
|---|---|
| GroupId | GroupIdcom.sigpwned | 
| ArtifactId | ArtifactIddiscourse | 
| Last Version | Last Version0.0.0-b3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptiondiscourse Civilized arguments for Java | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| discourse-0.0.0-b3.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sigpwned/discourse/ -->
<dependency>
    <groupId>com.sigpwned</groupId>
    <artifactId>discourse</artifactId>
    <version>0.0.0-b3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.sigpwned/discourse/
implementation 'com.sigpwned:discourse:0.0.0-b3'// https://jarcasting.com/artifacts/com.sigpwned/discourse/
implementation ("com.sigpwned:discourse:0.0.0-b3")'com.sigpwned:discourse:pom:0.0.0-b3'<dependency org="com.sigpwned" name="discourse" rev="0.0.0-b3">
  <artifact name="discourse" type="pom" />
</dependency>@Grapes(
@Grab(group='com.sigpwned', module='discourse', version='0.0.0-b3')
)libraryDependencies += "com.sigpwned" % "discourse" % "0.0.0-b3"[com.sigpwned/discourse "0.0.0-b3"]