| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIntelliJ IDEA Development Tools IDE | 
        
| GroupId | GroupIdcom.github.adedayo.intellij.sdk | 
    
| ArtifactId | ArtifactIdtasks-core | 
    
| Last Version | Last Version142.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiontasks-core 
            A packaging of the IntelliJ Community Edition tasks-core library.
    This is release number 1 of trunk branch 142. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| tasks-core-142.1.pom | |
| tasks-core-142.1.jar | 700 KB | 
| tasks-core-142.1-sources.jar | 246 KB | 
| tasks-core-142.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/tasks-core/ -->
<dependency>
    <groupId>com.github.adedayo.intellij.sdk</groupId>
    <artifactId>tasks-core</artifactId>
    <version>142.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/tasks-core/
implementation 'com.github.adedayo.intellij.sdk:tasks-core:142.1'
                // https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/tasks-core/
implementation ("com.github.adedayo.intellij.sdk:tasks-core:142.1")
                'com.github.adedayo.intellij.sdk:tasks-core:jar:142.1'
                <dependency org="com.github.adedayo.intellij.sdk" name="tasks-core" rev="142.1">
  <artifact name="tasks-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='tasks-core', version='142.1')
)
                libraryDependencies += "com.github.adedayo.intellij.sdk" % "tasks-core" % "142.1"
                [com.github.adedayo.intellij.sdk/tasks-core "142.1"]