| Categories | 
                CategoriesNet | 
        
|---|---|
| GroupId | GroupIdnet.sf.doolin | 
    
| ArtifactId | ArtifactIddoolin-template | 
    
| Last Version | Last Version1.0.RC1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| doolin-template-1.0.RC1.pom | |
| doolin-template-1.0.RC1.jar | 13 KB | 
| doolin-template-1.0.RC1-sources.jar | 10 KB | 
| doolin-template-1.0.RC1-javadoc.jar | 94 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.doolin/doolin-template/ -->
<dependency>
    <groupId>net.sf.doolin</groupId>
    <artifactId>doolin-template</artifactId>
    <version>1.0.RC1</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sf.doolin/doolin-template/
implementation 'net.sf.doolin:doolin-template:1.0.RC1'
                // https://jarcasting.com/artifacts/net.sf.doolin/doolin-template/
implementation ("net.sf.doolin:doolin-template:1.0.RC1")
                'net.sf.doolin:doolin-template:jar:1.0.RC1'
                <dependency org="net.sf.doolin" name="doolin-template" rev="1.0.RC1">
  <artifact name="doolin-template" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sf.doolin', module='doolin-template', version='1.0.RC1')
)
                libraryDependencies += "net.sf.doolin" % "doolin-template" % "1.0.RC1"
                [net.sf.doolin/doolin-template "1.0.RC1"]